home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / jetsons / jetsons.exe / jetsons.dxr / 00132.ls < prev    next >
Encoding:
Text File  |  1996-11-19  |  748 b   |  25 lines

  1. on GetMovingRight
  2.   global theFirstShipChannel
  3.   if the memberNum of sprite theFirstShipChannel = the number of member "Ship Up 1" then
  4.     return 1
  5.   else
  6.     if the memberNum of sprite theFirstShipChannel = the number of member "Ship Up 2" then
  7.       return 1
  8.     else
  9.       if the memberNum of sprite theFirstShipChannel = the number of member "Ship Down 1" then
  10.         return 1
  11.       else
  12.         if the memberNum of sprite theFirstShipChannel = the number of member "Ship Down 2" then
  13.           return 1
  14.         else
  15.           if the memberNum of sprite theFirstShipChannel = the number of member "Ship Normal" then
  16.             return 1
  17.           else
  18.             return 0
  19.           end if
  20.         end if
  21.       end if
  22.     end if
  23.   end if
  24. end
  25.